| lcBlockAddPolyline | Home |
|
HANDLE lcBlockAddPolyline ( HANDLE hBlock, int FitType, BOOL bClosed, BOOL bFilled ); |
| hBlock | |||||||||||||||||
| Handle to a block. | |||||||||||||||||
| FitType | |||||||||||||||||
Fit type.
Defines how a polyline's curve fits to its vertices.
Can be 0 or one of the following constants:
| |||||||||||||||||
| bClosed | |||||||||||||||||
|
If TRUE, then additional polyline segment will be added, it connects last and first vertices. If FALSE, then polyline will be non-closed. Closed polyline can be filled with color and selected by pointing to inner area. | |||||||||||||||||
| bFilled | |||||||||||||||||
| If TRUE then inner area of polyline will be filled with color. This parameter is ignored for non-closed polylines. | |||||||||||||||||
| Handle to created Polyline object or NULL if the function fails. |
| Code sample, lcPlineAddVer, lcBlockAddRPolygon |